home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-04-18 | 1.2 KB | 69 lines |
- ; COBOL parser settings for ANSI 85 COBOL
-
- ; a list of possible exceptions for statements
- [Exceptions]
- Ex1=ON OVERFLOW,OVERFLOW
- Ex2=ON EXCEPTION,EXCEPTION
- Ex3=ON ESCAPE,ESCAPE
- Ex4=NO DATA
- Ex5=ON SIZE ERROR,SIZE ERROR
- Ex6=AT END,END
- Ex7=INVALID KEY,INVALID
- Ex8=AT END-OF-PAGE,END-OF-PAGE
- Ex9=AT EOP,EOP
- Ex10=WITH DATA,DATA
-
- ; a list of statements that should be recognized
- [Statements]
- CallException=1,2
- SearchException=6
-
- Stmt1=ACCEPT
- Stmt2=ADD,5,*
- Stmt3=CANCEL
- Stmt4=CLOSE
- Stmt5=COMPUTE,5,*
- Stmt6=CONTINUE
- Stmt7=DELETE,7,*
- Stmt8=DISPLAY
- Stmt9=DIVIDE,5,*
- Stmt10=GENERATE
- Stmt11=GO
- Stmt12=INITIALIZE
- Stmt13=INITIATE
- Stmt14=INSPECT
- Stmt15=MERGE
- Stmt16=MOVE
- Stmt17=MULTIPLY,5,*
- Stmt18=OPEN
- Stmt19=PURGE
- Stmt20=READ,6,7,*
- Stmt21=RECEIVE,4,10,*
- Stmt22=RELEASE
- Stmt23=RETURN,6,*
- Stmt24=REWRITE,7,*
- Stmt25=SEND
- Stmt26=SET
- Stmt27=SORT
- Stmt28=START,7,*
- Stmt29=STOP
- Stmt30=STRING,1,*
- Stmt31=SUBTRACT,5,*
- Stmt32=SUPPRESS
- Stmt33=TERMINATE
- Stmt34=UNSTRING,1,*
- Stmt35=USE
- Stmt36=WRITE,7,8,9,*
-
- ; these keywords should not be recognized as statements
- [NoKeywords]
- NK1=OTHERWISE
- NK2=EJECT
- NK3=SKIP1
- NK4=SKIP2
- NK5=SKIP3
- NK6=TITLE
-
- [ParseOptions]
- AllowSentenceInAArea=1
-